home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / rcs4 / doc / ident.man < prev    next >
Encoding:
Text File  |  1990-08-18  |  1.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      IDENT(1L)             Purdue University             IDENT(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.       ident    - identify files
  10.  
  11.      SYNOPSIS
  12.       ident    [ -q ] [ file ... ]
  13.  
  14.      DESCRIPTION
  15.       Ident    searches the named files or, if    no file    name appears,
  16.       the standard input for all occurrences of the    pattern
  17.       $keyword:...$, where keyword is one of
  18.  
  19.           Author
  20.           Date
  21.           Header
  22.           Id
  23.           Locker
  24.           Log
  25.           Revision
  26.           RCSfile
  27.           Source
  28.           State
  29.  
  30.       These    patterns are normally inserted automatically by    the
  31.       RCS command co(1L), but can also be inserted manually. The
  32.       option -q suppresses the warning given if there are no
  33.       patterns in a    file.
  34.  
  35.       Ident    works on text files as well as object files and    dumps.
  36.       For example, if the C    program    in file    f.c contains
  37.  
  38.           char rcsid[] = "$Header:  Header information $";
  39.  
  40.       and f.c is compiled into f.o,    then the command
  41.  
  42.           ident     f.c  f.o
  43.  
  44.       will print
  45.  
  46.           f.c:
  47.               $Header:  Header information $
  48.           f.o:
  49.               $Header:  Header information $
  50.  
  51.  
  52.      IDENTIFICATION
  53.       Author: Walter F. Tichy, Purdue University, West Lafayette,
  54.       IN, 47907.
  55.       Revision Number: 1.2 ; Release Date: 89/05/02    .
  56.       Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  57.  
  58.      SEE ALSO
  59.       ci(1L), co(1L), rcs(1L), rcsdiff(1L),    rcsintro(1L),
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 8/18/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      IDENT(1L)             Purdue University             IDENT(1L)
  71.  
  72.  
  73.  
  74.       rcsmerge(1L),    rlog(1L), rcsfile(5L),
  75.       Walter F. Tichy, "Design, Implementation, and    Evaluation of
  76.       a Revision Control System," in Proceedings of    the 6th
  77.       International    Conference on Software Engineering, IEEE,
  78.       Tokyo, Sept. 1982.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 8/18/90)
  130.  
  131.  
  132.  
  133.